home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-14 | 962 b | 44 lines | [TEXT/MPS ] |
-
- #
- # ----- Compiler and compiler options -----
- #
- PPCCOPTIONS = -w conformance -appleext on
- MRCOPTIONS =
-
- COMPILER = MrC {MRCOPTIONS}
- #COMPILER = PPCC {PPCCOPTIONS}
- SYM = -sym on
-
-
- #
- # ----- Object Folder and Objects -----
- #
- OBJ = ":object:"
-
- OBJECTS = ∂
- {OBJ}Application.o
-
- #
- # ----- Build stuff -----
- #
- PPCAppSample ƒƒ PPCAppSample.make Sample.r
- Rez -d POWERPC_BUILD Sample.r -append -o PPCAppSample
-
- PPCAppSample ƒƒ PPCAppSample.make {OBJECTS}
- PPCLink {SYM} ∂
- {OBJECTS} ∂
- "{PPCLibraries}"InterfaceLib.xcoff ∂
- "{PPCLibraries}"MathLib.xcoff ∂
- "{PPCLibraries}"StdCLib.xcoff ∂
- "{PPCLibraries}"StdCRuntime.o ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- -main __start ∂
- -o PPCAppSample ∂
- -librename InterfaceLib.xcoff=InterfaceLib ∂
- -librename MathLib.xcoff=MathLib ∂
- -librename StdCLib.xcoff=StdCLib ∂
- -t APPL -c '????'
-
-
- {OBJ}Application.o ƒ PPCAppSample.make Application.c
- {COMPILER} {SYM} Application.c -o {OBJ}Application.o